Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit Class / Mirror Method / Mirror(Placement[],PointD,PointD,Boolean) Method
Placements to mirror.
Start point of the mirror axis
End point of the mirror axis
Determines if objects are copied or moved to the mirror position

In This Topic
    Mirror(Placement[],PointD,PointD,Boolean) Method
    In This Topic
    Mirrors placements
    Syntax

    Parameters

    Parameter NameDescription
    placementsPlacements to mirror.
    startStart point of the mirror axis
    endEnd point of the mirror axis
    bCopyObjectsDetermines if objects are copied or moved to the mirror position
    Exceptions
    ExceptionDescription
    Is thrown in case of NULL placements
    Is thrown in case if start equal to end
    Remarks
    Mirror is done without numeration. If necessary, please renumber objects by 'Renumber' class
    See Also